home *** CD-ROM | disk | FTP | other *** search
-
- Fill Memory Routines
-
- © Richard Perrott 4th April 1995 FreeWare
- email: hcm94rp2@dmu.ac.uk
-
- Module Name Routine
- ----------- -------
- putChars.m putChars(address,count,fill_value)
- putInts.m putInts(address,count,fill_value)
- putLongs.m putLongs(address,count,fill_value)
-
- These routines fill a block of memory with a value.
-
- Note.
- putInts and putLongs should be used on even addresses only.
-
- For all the routines the count is an unsigned LONG (32 bit).
-
- The routines save all the registers they use.
-
- Please email me if you find any bugs!
-
-